home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GAMES / CAVERNDUEL.ZIP / !CavernEd / Documents / History < prev   
Text File  |  1997-12-05  |  6KB  |  144 lines

  1. History of !CavernEd (formerly called !MapDesign)
  2. -------------------------------------------------
  3.  
  4. V1.00 (June/July 1994)
  5. -----
  6.  * Used a system using separate files for every screen.
  7.  * User interface very primative.  Used cursor keys to select blocks.
  8.  * Had a habit of saving files wrongly.
  9.  * Teleporter details had to be put into the files manually (Ugh!).
  10.  * No on-screen text.
  11.  
  12. V1.10 (31st August, 1994)
  13. -----
  14.  * Improved presentation.
  15.  * Used the new map system, saving all the screens and teleporter details into 
  16.    one 8K file.
  17.  * Methods of storing the map in memory and displaying it on screen are the same
  18.    as the ones in the main game.
  19.  * Mouse can now be used to select icons on the screen (i.e. Selecting map icons,
  20.    altering teleporter details and loading/saving screens).
  21.  * User friendly interface.
  22.  * User friendly map selecting interface for loading maps (Can't do it for saving
  23.    yet!)
  24.  * Option to display the entire map on screen.
  25.  
  26. V1.20 (4th June, 1995)
  27. -----
  28.  * Now totally mouse controlled (Except for saving maps!).
  29.  * Method for deleting mistakes now improved as you can change the block to 
  30.    clear with.
  31.  * Mouse lock for easier map editing.
  32.  * Cursors and mouse can be used to look around the map.
  33.  
  34. V1.21 (22nd-30th September, 1995)
  35. -----
  36.  * Attempted a multi-tasking version, but failed. Came up with a
  37.    semi-multi-tasking version. A step back perhaps, but a much easier one!
  38.    Perhaps a later version will to the biz.
  39.  * Not displaying checker window at various points in the program. (25/9/95)
  40.  
  41. V1.25 (14th October, 1995)
  42. -----
  43.  * WIMP version going very well. Some problems with the teleporter code and 
  44.    updating player positions.
  45.  * Checker box not displayed in centre of screen on Risc PC machine.
  46.  * Tick menu items not correct for map and icon window presence status.
  47.  
  48. V1.29 (20th December, 1995 onwards)
  49. -----
  50.  * Attempting to resolve teleporter code and other minor bugs.
  51.  * Removed map and icon window menu items (20/12/95)
  52.  * Remember to have routine to check that all teleport destinations are defined
  53.    before file is saved, and to check that destination is not the same location
  54.    as where you entered the teleport - prevents looping in the game.
  55.  
  56. Oooh! These bugs are a pain up the passage! Thank God for 'Free as a Bird'!
  57.  
  58. V1.30 (24th December, 1995)
  59. -----
  60.  * Map window now uses sprites (slabbed icons). Need way of updating this window
  61.    from the teleport window. At present, map window can only be altered directly!
  62.    
  63.    Getting address exception errors - connected with indirected sprites in map
  64.    window. Later found out I was using wrong procedure in WimpEd! (24/12/95)
  65.    
  66.    Trying to get all three windows to interact - proving very difficult! 
  67.    Teleport window needs more work.
  68.  
  69.    With any luck, all obvious bugs will be resolved by New Year. Perhaps even a
  70.    hopeful release in January 1996
  71.    
  72.    Teleports are still a pain. The windows now interact, but how to distinguish
  73.    one teleport from another? One answer: Select teleport from icon window, and
  74.    click Select on an already placed teleport, and you will be taken to its 
  75.    destination. Perhaps invert the destination icon?
  76.  
  77. V1.31 - 6th January, 1996
  78. -----
  79.  * Teleport stuff getting there. Map window still leaving stuff. When teleport
  80.    window appears, screen window needs to go straight there, along with map
  81.    window (at present only map window does it. Needs bit of code added.)
  82.    
  83.    Altered teleport window. Teleport number is of no importance. Now just shows
  84.    destination map and screen coords. 3 buttons - delete, cancel and ok. Delete
  85.    should delete teleport, cancel resets destination to position of teleport, and
  86.    OK stores the details.
  87.    
  88.    Added feature where clicking on teleport while teleport icon is selected,
  89.    brings you directly to the teleport window. Map and screen windows then
  90.    updated to show you destination. Inverted box should appear, showing screen
  91.    coordinate of chosen teleport (not supported at present)
  92.    
  93.    Last day before university - and i'm so close to finishing!
  94.    
  95.    9/1/96 - Skip the last comments. The teleports are screwing up again! Im
  96.    getting variables and numbers mixed up badly. Will have to go back to
  97.    Graeme's coding to give the whole teleport thing a rewrite. Grrr....!
  98.    
  99. V1.33 (14th January, 1996)
  100. -----
  101.  * **SUCCESS!** 
  102.    The teleport routine now works properly ... for now. But
  103.    it will still need to undergo extensive testing. One problem I can forsee is
  104.    accidently deleting a teleport by clicking an icon other than a teleport on
  105.    it! Ive done it a few times myself. Perhaps use of the menu button, or a
  106.    checker box asking if you are sure you want to delete the teleport?
  107.    
  108.    I added a special purple sprite showing the destination coordinates of the
  109.    chosen teleport. Also removed the Delete icon from the teleport window.
  110.    
  111. V1.34 (20th January, 1996)
  112. -----
  113.  * Altered CaveFile filetype from 020 to 021, as it was clashing with the !GZip
  114.    de/archiver software.
  115.  * Correcting purple icon bug, allowing you to move it when it is on a solid
  116.    block. At the moment it gets stuck!
  117.  * Corrected bug with screen data. When drawing, the sprite name is used in the
  118.    data array. Block 4 has three forms - 4, 40 and 41. 40 and 41 are only used
  119.    in the editor. 4 is used in the map data. But I used 40 instead, resulting in
  120.    a 2 digit number in the otherwise 1 digit data, producing messed up CaveFiles
  121.    
  122. V1.35 (21st January, 1996)
  123. -----
  124.  * Managed to stop map window from printing two depressed icons at once instead
  125.    of the usual one icon at the teleport placing section of the program.
  126.    
  127.    This bug marks the last major hurdle in the development of the program.
  128.    This is the earliest release version of !CavernEd
  129.    
  130.    V1.35 earliest release
  131.  
  132. V1.36 (started 13th August, 1997)
  133. -----
  134.  * Tweaked the draw and erase icons at startup to more suitable ones.
  135.  
  136. V1.37 (4th December, 1997)
  137. -----
  138.  * Fixed a bug in the map window, and replaced all the OSCLI's with SYS XOS_CLI
  139.    commands. Final release.
  140.  
  141. Stephen Scott
  142. Graeme Scott
  143.  
  144.